projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbba9ad
)
(x_display_info): New: net_supported_atoms,
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:56:42 +0000
(17:56 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:56:42 +0000
(17:56 +0000)
nr_net_supported_atoms and net_supported_window.
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index af4225ae806467734613f6e9e0ec02c071ae7a64..cf6c909a69e20790c040efccc79ec9d086cb3fa7 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-396,7
+396,10
@@
struct x_display_info
size_t x_dnd_atoms_size;
size_t x_dnd_atoms_length;
- int have_net_atoms;
+ /* Extended window manager hints, Atoms supported by the window manager */
+ Atom *net_supported_atoms;
+ int nr_net_supported_atoms;
+ Window net_supported_window;
};
#ifdef HAVE_X_I18N